Standard toolbar localisation
authormbaudier <mbaudier@europe>
Tue, 3 Jul 2018 07:41:22 +0000 (09:41 +0200)
committermbaudier <mbaudier@europe>
Tue, 3 Jul 2018 07:41:22 +0000 (09:41 +0200)
org.argeo.suite.standard/OSGI-INF/l10n/bundle.properties [new file with mode: 0644]
org.argeo.suite.standard/OSGI-INF/l10n/bundle_de.properties [new file with mode: 0644]
org.argeo.suite.standard/OSGI-INF/l10n/bundle_fr.properties [new file with mode: 0644]
org.argeo.suite.standard/e4xmi/standard-toolbars.e4xmi

diff --git a/org.argeo.suite.standard/OSGI-INF/l10n/bundle.properties b/org.argeo.suite.standard/OSGI-INF/l10n/bundle.properties
new file mode 100644 (file)
index 0000000..08a1c50
--- /dev/null
@@ -0,0 +1,3 @@
+newTask=New task...
+newPerson=New person...
+newOrganisation=New organisation...
diff --git a/org.argeo.suite.standard/OSGI-INF/l10n/bundle_de.properties b/org.argeo.suite.standard/OSGI-INF/l10n/bundle_de.properties
new file mode 100644 (file)
index 0000000..784d1ad
--- /dev/null
@@ -0,0 +1,3 @@
+newTask=Neue Aufgabe...
+newPerson=Neue Personne..
+newOrganisation=Neue Organisation...
diff --git a/org.argeo.suite.standard/OSGI-INF/l10n/bundle_fr.properties b/org.argeo.suite.standard/OSGI-INF/l10n/bundle_fr.properties
new file mode 100644 (file)
index 0000000..e9413f6
--- /dev/null
@@ -0,0 +1,3 @@
+newTask=Nouvelle tâche...
+newPerson=Nouveau personne..
+newOrganisation=Nouvelle organisation...
index aed3eea628609111c68a50ac05c552bc2eb68c4a..8fae769eeb7706b968c241c21224df2874aa4a88 100644 (file)
@@ -8,13 +8,13 @@
   </imports>
   <fragments xsi:type="fragment:StringModelFragment" xmi:id="_IEOXA0IfEeij3Nr_iRrJtw" featurename="children" parentElementId="org.argeo.suite.e4.trimbar.top" positionInList="after:org.argeo.suite.e4.toolbar.standard">
     <elements xsi:type="menu:ToolBar" xmi:id="_IEOXBEIfEeij3Nr_iRrJtw" elementId="org.argeo.suite.e4.toolbar.newStandardEntity">
-      <children xsi:type="menu:HandledToolItem" xmi:id="_IEOXBUIfEeij3Nr_iRrJtw" elementId="org.argeo.suite.e4.handledtoolitem.createTask" label="New Task" iconURI="platform:/plugin/org.argeo.theme.argeo2/icons/types/24/todo-add.png" command="_IEOXAUIfEeij3Nr_iRrJtw">
+      <children xsi:type="menu:HandledToolItem" xmi:id="_IEOXBUIfEeij3Nr_iRrJtw" elementId="org.argeo.suite.e4.handledtoolitem.createTask" label="%newTask" iconURI="platform:/plugin/org.argeo.theme.argeo2/icons/types/24/todo-add.png" tooltip="%newTask" command="_IEOXAUIfEeij3Nr_iRrJtw">
         <parameters xmi:id="_IEOXBkIfEeij3Nr_iRrJtw" elementId="targetNodeType" name="targetNodeType" value="activities:task"/>
       </children>
-      <children xsi:type="menu:HandledToolItem" xmi:id="_IEOXB0IfEeij3Nr_iRrJtw" elementId="org.argeo.suite.e4.handledtoolitem.createPerson" label="New Person" iconURI="platform:/plugin/org.argeo.theme.argeo2/icons/types/24/person-add.png" command="_IEOXAUIfEeij3Nr_iRrJtw">
+      <children xsi:type="menu:HandledToolItem" xmi:id="_IEOXB0IfEeij3Nr_iRrJtw" elementId="org.argeo.suite.e4.handledtoolitem.createPerson" label="%newPerson" iconURI="platform:/plugin/org.argeo.theme.argeo2/icons/types/24/person-add.png" tooltip="%newPerson" command="_IEOXAUIfEeij3Nr_iRrJtw">
         <parameters xmi:id="_IEOXCEIfEeij3Nr_iRrJtw" elementId="org.argeo.suite.e4.parameter.0" name="targetNodeType" value="people:person"/>
       </children>
-      <children xsi:type="menu:HandledToolItem" xmi:id="_IEOXCUIfEeij3Nr_iRrJtw" elementId="org.argeo.suite.e4.handledtoolitem.neworg" label="New Org" iconURI="platform:/plugin/org.argeo.theme.argeo2/icons/types/24/organisation-add.png" command="_IEOXAUIfEeij3Nr_iRrJtw">
+      <children xsi:type="menu:HandledToolItem" xmi:id="_IEOXCUIfEeij3Nr_iRrJtw" elementId="org.argeo.suite.e4.handledtoolitem.neworg" label="%newOrganisation" iconURI="platform:/plugin/org.argeo.theme.argeo2/icons/types/24/organisation-add.png" tooltip="%newOrganisation" command="_IEOXAUIfEeij3Nr_iRrJtw">
         <parameters xmi:id="_IEOXCkIfEeij3Nr_iRrJtw" elementId="org.argeo.suite.e4.parameter.1" name="targetNodeType" value="people:org"/>
       </children>
     </elements>