alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Hibernate example source code file (Conventions.po)

This example Hibernate source code file (Conventions.po) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Hibernate tags/keywords

bold, conventions, fonts, for, for, if, important, note, tag, tag, the, the, to, to

The Hibernate Conventions.po source code

# 
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2010-02-04T04:51:23\n"
"PO-Revision-Date: 2010-02-04T04:51:23\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Tag: title
#, no-c-format
msgid "Document Conventions"
msgstr ""

#. Tag: para
#, no-c-format
msgid "This manual uses several conventions to highlight certain words and phrases and draw attention to specific pieces of information."
msgstr ""

#. Tag: para
#, no-c-format
msgid "In PDF and paper editions, this manual uses typefaces drawn from the <ulink url=\"https://fedorahosted.org/liberation-fonts/\">Liberation Fonts set. The Liberation Fonts set is also used in HTML editions if the set is installed on your system. If not, alternative but equivalent typefaces are displayed. Note: Red Hat Enterprise Linux 5 and later includes the Liberation Fonts set by default."
msgstr ""

#. Tag: title
#, no-c-format
msgid "Typographic Conventions"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Four typographic conventions are used to call attention to specific words and phrases. These conventions, and the circumstances they apply to, are as follows."
msgstr ""

#. Tag: para
#, no-c-format
msgid "<literal>Mono-spaced Bold"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Used to highlight system input, including shell commands, file names and paths. Also used to highlight keycaps and key combinations. For example:"
msgstr ""

#. Tag: para
#, no-c-format
msgid "To see the contents of the file <filename>my_next_bestselling_novel in your current working directory, enter the cat my_next_bestselling_novel command at the shell prompt and press Enter to execute the command."
msgstr ""

#. Tag: para
#, no-c-format
msgid "The above includes a file name, a shell command and a keycap, all presented in mono-spaced bold and all distinguishable thanks to context."
msgstr ""

#. Tag: para
#, no-c-format
msgid "Key combinations can be distinguished from keycaps by the hyphen connecting each part of a key combination. For example:"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Press <keycap>Enter to execute the command."
msgstr ""

#. Tag: para
#, no-c-format
msgid "Press <keycombo>CtrlAltF1 to switch to the first virtual terminal. Press CtrlAltF7 to return to your X-Windows session."
msgstr ""

#. Tag: para
#, no-c-format
msgid "The first paragraph highlights the particular keycap to press. The second highlights two key combinations (each a set of three keycaps with each set pressed simultaneously)."
msgstr ""

#. Tag: para
#, no-c-format
msgid "If source code is discussed, class names, methods, functions, variable names and returned values mentioned within a paragraph will be presented as above, in <literal>mono-spaced bold. For example:"
msgstr ""

#. Tag: para
#, no-c-format
msgid "File-related classes include <classname>filesystem for file systems, file for files, and dir for directories. Each class has its own associated set of permissions."
msgstr ""

#. Tag: para
#, no-c-format
msgid "<application>Proportional Bold"
msgstr ""

#. Tag: para
#, no-c-format
msgid "This denotes words or phrases encountered on a system, including application names; dialog box text; labeled buttons; check-box and radio button labels; menu titles and sub-menu titles. For example:"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Choose <menuchoice>SystemPreferencesMouse from the main menu bar to launch Mouse Preferences. In the Buttons tab, click the Left-handed mouse check box and click Close to switch the primary mouse button from the left to the right (making the mouse suitable for use in the left hand)."
msgstr ""

#. Tag: para
#, no-c-format
msgid "To insert a special character into a <application>gedit file, choose ApplicationsAccessoriesCharacter Map from the main menu bar. Next, choose SearchFind… from the Character Map menu bar, type the name of the character in the Search field and click Next. The character you sought will be highlighted in the Character Table. Double-click this highlighted character to place it in the Text to copy field and then click the Copy button. Now switch back to your document and choose EditPaste from the gedit menu bar."
msgstr ""

#. Tag: para
#, no-c-format
msgid "The above text includes application names; system-wide menu names and items; application-specific menu names; and buttons and text found within a GUI interface, all presented in proportional bold and all distinguishable by context."
msgstr ""

#. Tag: para
#, no-c-format
msgid "<command>Mono-spaced Bold Italic or Proportional Bold Italic"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Whether mono-spaced bold or proportional bold, the addition of italics indicates replaceable or variable text. Italics denotes text you do not input literally or displayed text that changes depending on circumstance. For example:"
msgstr ""

#. Tag: para
#, no-c-format
msgid "To connect to a remote machine using ssh, type <command>ssh username@domain.name at a shell prompt. If the remote machine is example.com and your username on that machine is john, type ssh john@example.com."
msgstr ""

#. Tag: para
#, no-c-format
msgid "The <command>mount -o remount file-system command remounts the named file system. For example, to remount the /home file system, the command is mount -o remount /home."
msgstr ""

#. Tag: para
#, no-c-format
msgid "To see the version of a currently installed package, use the <command>rpm -q package command. It will return a result as follows: package-version-release."
msgstr ""

#. Tag: para
#, no-c-format
msgid "Note the words in bold italics above — username, domain.name, file-system, package, version and release. Each word is a placeholder, either for text you enter when issuing a command or for text displayed by the system."
msgstr ""

#. Tag: para
#, no-c-format
msgid "Aside from standard usage for presenting the title of a work, italics denotes the first use of a new and important term. For example:"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Publican is a <firstterm>DocBook publishing system."
msgstr ""

#. Tag: title
#, no-c-format
msgid "Pull-quote Conventions"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Terminal output and source code listings are set off visually from the surrounding text."
msgstr ""

#. Tag: para
#, no-c-format
msgid "Output sent to a terminal is set in <computeroutput>mono-spaced roman and presented thus:"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Source-code listings are also set in <computeroutput>mono-spaced roman but add syntax highlighting as follows:"
msgstr ""

#. Tag: title
#, no-c-format
msgid "Notes and Warnings"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Finally, we use three visual styles to draw attention to information that might otherwise be overlooked."
msgstr ""

#. Tag: title
#, no-c-format
msgid "Note"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Notes are tips, shortcuts or alternative approaches to the task at hand. Ignoring a note should have no negative consequences, but you might miss out on a trick that makes your life easier."
msgstr ""

#. Tag: title
#, no-c-format
msgid "Important"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Important boxes detail things that are easily missed: configuration changes that only apply to the current session, or services that need restarting before an update will apply. Ignoring a box labeled 'Important' won't cause data loss but may cause irritation and frustration."
msgstr ""

#. Tag: title
#, no-c-format
msgid "Warning"
msgstr ""

#. Tag: para
#, no-c-format
msgid "Warnings should not be ignored. Ignoring warnings will most likely cause data loss."
msgstr ""

Other Hibernate examples (source code examples)

Here is a short list of links related to this Hibernate Conventions.po source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.