diff --git a/shop/icon_200.png b/shop/icon_200.png new file mode 100644 index 0000000..df4cb49 Binary files /dev/null and b/shop/icon_200.png differ diff --git a/shop/icon_400.png b/shop/icon_400.png new file mode 100644 index 0000000..9a0d161 Binary files /dev/null and b/shop/icon_400.png differ diff --git a/src/com/fr/plugin/lazy/sheet/locale/LazyLocaleFinder.java b/src/com/fr/plugin/lazy/sheet/locale/LazyLocaleFinder.java new file mode 100644 index 0000000..d199a4f --- /dev/null +++ b/src/com/fr/plugin/lazy/sheet/locale/LazyLocaleFinder.java @@ -0,0 +1,19 @@ +package com.fr.plugin.lazy.sheet.locale; + +import com.fr.stable.fun.impl.AbstractLocaleFinder; + +/** + * Created by richie on 16/4/11. + */ +public class LazyLocaleFinder extends AbstractLocaleFinder { + + @Override + public int currentAPILevel() { + return 1; + } + + @Override + public String find() { + return "com/fr/plugin/lazy/sheet/locale/lazy"; + } +} diff --git a/src/com/fr/plugin/lazy/sheet/locale/lazy.properties b/src/com/fr/plugin/lazy/sheet/locale/lazy.properties new file mode 100644 index 0000000..91ae042 --- /dev/null +++ b/src/com/fr/plugin/lazy/sheet/locale/lazy.properties @@ -0,0 +1 @@ +Plugin-Lazy_Load_Sheet=Lazy Load Sheet \ No newline at end of file diff --git a/src/com/fr/plugin/lazy/sheet/locale/lazy_en_US.properties b/src/com/fr/plugin/lazy/sheet/locale/lazy_en_US.properties new file mode 100644 index 0000000..91ae042 --- /dev/null +++ b/src/com/fr/plugin/lazy/sheet/locale/lazy_en_US.properties @@ -0,0 +1 @@ +Plugin-Lazy_Load_Sheet=Lazy Load Sheet \ No newline at end of file diff --git a/src/com/fr/plugin/lazy/sheet/locale/lazy_zh_CN.properties b/src/com/fr/plugin/lazy/sheet/locale/lazy_zh_CN.properties new file mode 100644 index 0000000..b00b88b --- /dev/null +++ b/src/com/fr/plugin/lazy/sheet/locale/lazy_zh_CN.properties @@ -0,0 +1 @@ +Plugin-Lazy_Load_Sheet=\u61D2\u52A0\u8F7D\u591Asheet \ No newline at end of file