Skip to content

Commit

Permalink
IDE-823
Browse files Browse the repository at this point in the history
  • Loading branch information
Cindy Li authored and gamerson committed Feb 25, 2013
1 parent 31f7061 commit 1ba266d
Show file tree
Hide file tree
Showing 16 changed files with 134 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nls/common/plugins/com.liferay.ide.ui.snippets.nls/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
34 changes: 34 additions & 0 deletions nls/common/plugins/com.liferay.ide.ui.snippets.nls/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.liferay.ide.ui.snippets.nls</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Liferay IDE Snippets NLS
Bundle-SymbolicName: com.liferay.ide.ui.snippets.nls
Bundle-Version: 2.0.0.qualifier
Fragment-Host: com.liferay.ide.ui.snippets;bundle-version="2.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#Properties file for com.liferay.ide.ui.snippets
add.model.entity.item.label = \u6DFB\u52A0\u6A21\u578B\u5B9E\u4F53
bundle.name = Liferay IDE Snippets
bundle.vendor = Liferay, Inc.
jsp.extension.name = JSP
model.search.container.item.label = \u6A21\u578B\u641C\u7D22\u5BB9\u5668
name.variable.name = name
primary.key.column.item.label = \u4E3B\u952E\u5217
property.variable.name = property
sample.entity.item.label = \u5B9E\u4F53\u6837\u4F8B
search.container.column.text.item.label = \u641C\u7D22\u5BB9\u5668\u5217\u6587\u672C
service.builder.category.description = Service Builder
service.builder.category.label = Service Builder
ui.search.container.category.description = Liferay UI\u641C\u7D22\u5BB9\u5668
ui.search.container.category.label = Liferay UI\u641C\u7D22\u5BB9\u5668
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
.,\
OSGI-INF/
34 changes: 34 additions & 0 deletions nls/common/plugins/com.liferay.ide.ui.snippets.nls/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
/*******************************************************************************
* Copyright (c) 2010-2012 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*
*******************************************************************************/
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.liferay.ide.common.plugins.nls</groupId>
<artifactId>common-plugins-nls</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.ui.snippets.nls</artifactId>
<packaging>eclipse-plugin</packaging>
<name>Liferay IDE Snippets NLS</name>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
attributeLowercase=attribute
attributeName=Attribute Name
attributeUppercase=Attribute
variableLowercase=variable
variableUppercase=Variable
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
deselectAllLabel=\u53D6\u6D88\u5168\u9009
modelClassLabel=\u6A21\u578B\u7C7B:
modelClassSelection=\u6A21\u578B\u7C7B\u9009\u62E9
newTypeWizardPage_superclass_button=\u9009\u62E9\u76EE\u5F55...
newTypeWizardPage_SuperClassDialog_message=\u9009\u62E9\u7C7B\u578B:
propertyColumnsLabel=\u5C5E\u6027\u5217:
selectAllLabel=\u5168\u9009
variableNameLabel=\u53D8\u91CF\u540D:
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
model=\u6A21\u578B
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
addModelEntity=\u6DFB\u52A0\u6A21\u578B\u5B9E\u4F53
insertCode=\u63D2\u5165\u4EE3\u7801\u521B\u5EFA\u65B0\u7684\u6A21\u578B\u5B9E\u4F53..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addModelEntity=\u6DFB\u52A0\u6A21\u578B\u5B9E\u4F53
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
insertLiferayUISearchContainerJSPTag=\u63D2\u5165Liferay UI\u641C\u7D22\u5BB9\u5668JSP\u6807\u7B7E.
liferayUISearchContainer=Liferay UI\u641C\u7D22\u5BB9\u5668
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
insertSearchContainer=\u63D2\u5165\u641C\u7D22\u5BB9\u5668
1 change: 1 addition & 0 deletions nls/common/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<modules>
<module>com.liferay.ide.core.nls</module>
<module>com.liferay.ide.ui.nls</module>
<module>com.liferay.ide.ui.snippets.nls</module>
</modules>
</project>

0 comments on commit 1ba266d

Please sign in to comment.