Difference between revisions of "LRM po Support"

From Lingoport Wiki
Jump to: navigation, search
(Created page with "== Example .po files == <pre> # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE pa...")
 
(Example .po files)
Line 19: Line 19:
   
   
# SOURCE_FILE C:/Users/rdaly/Desktop/2016/SmokeTestSource/javascript/example-source-javascript/Matrix.js
+
# SOURCE_FILE C:/Path/to/my/source/files/Matrix.js
 
msgid "ascending"
 
msgid "ascending"
 
msgstr "ascending"
 
msgstr "ascending"
Line 30: Line 30:
   
   
# SOURCE_FILE C:/Users/rdaly/Desktop/2016/SmokeTestSource/javascript/example-source-javascript/cache.js
+
# SOURCE_FILE C:/Path/to/my/source/files/cache.js
   
 
msgid "You have made unsaved changes to the following cache document(s): <b>"
 
msgid "You have made unsaved changes to the following cache document(s): <b>"

Revision as of 00:08, 2 February 2017

Example .po files

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-01 16:55-0700\n"
"PO-Revision-Date: 2017-02-01 16:55-0700\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"


# SOURCE_FILE C:/Path/to/my/source/files/Matrix.js
msgid "ascending"
msgstr "ascending"

msgid "descending"
msgstr "descending"

msgid "Viewing rows {0} to {1} of {2}"
msgstr "Viewing rows {0} to {1} of {2}"


# SOURCE_FILE C:/Path/to/my/source/files/cache.js

msgid "You have made unsaved changes to the following cache document(s): <b>"
msgstr "You have made unsaved changes to the following cache document(s): <b>"

msgid "</b>. Procede with delete?"
msgstr "</b>. Procede with delete?"

msgid "//record[record]"
msgstr "//record[record]"