Skip to content

Commit ec1070b

Browse files
committed
removed unused label + small i18n bundle tweaks
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Sandbox/Audit Dashlet@773 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent eac33dd commit ec1070b

File tree

6 files changed

+4
-7
lines changed

6 files changed

+4
-7
lines changed

config/alfresco/site-webscripts/org/alfresco/components/dashlets/audit-application.get.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ audit.dashlet.link.help=Help
55
audit.dashlet.link.help.url=http://code.google.com/p/share-extras/wiki/SampleAuditDashlet
66

77
audit.dashlet.notConfigured=No application is configured.
8-
audit.dashlet.notFound=The application could not be found !
98
audit.dashlet.loading=Loading ...
109
audit.dashlet.noEntries=No matching entries found.
1110
audit.dashlet.searchWithinResults=Search within the {0} results

config/alfresco/site-webscripts/org/alfresco/components/dashlets/audit-application.get_en.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ audit.dashlet.link.help=Help
55
audit.dashlet.link.help.url=http://code.google.com/p/share-extras/wiki/SampleAuditDashlet
66

77
audit.dashlet.notConfigured=No application is configured.
8-
audit.dashlet.notFound=The application could not be found !
98
audit.dashlet.loading=Loading ...
109
audit.dashlet.noEntries=No matching entries found.
1110
audit.dashlet.searchWithinResults=Search within the {0} results

config/alfresco/site-webscripts/org/alfresco/components/dashlets/audit-application.get_fr.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ audit.dashlet.link.help=Aide
55
audit.dashlet.link.help.url=http://code.google.com/p/share-extras/wiki/SampleAuditDashlet
66

77
audit.dashlet.notConfigured=Aucune application configur\u00e9e.
8-
audit.dashlet.notFound=L'application n'a pas \u00e9t\u00e9 trouv\u00e9e !
98
audit.dashlet.loading=Chargement ...
10-
audit.dashlet.noEntries=Aucun \u00e9v\u00e8nement correspondant au crit\u00e8re de recherche.
9+
audit.dashlet.noEntries=Aucun \u00e9v\u00e8nement correspondant.
1110
audit.dashlet.searchWithinResults=Chercher parmi les {0} r\u00e9sultats
1211
audit.dashlet.valuefilteredOn=filtr\u00e9e sur
1312
audit.dashlet.filteredResults={0} r\u00e9sultats ({1} filtr\u00e9s)

config/alfresco/site-webscripts/org/alfresco/modules/dashlets/audit-application-config.get.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ audit.dashlet.config.label.valueFilter=Value Filter (Whole Match)
55
audit.dashlet.config.label.limit=Max Entry Count
66
audit.dashlet.config.label.rowsPerPage=Entries Per Page
77

8-
audit.dashlet.config.label.additionalQueryParams=Additional Query Params
8+
audit.dashlet.config.label.additionalQueryParams=Additional Query Parameters
99

1010
audit.dashlet.config.label.show_fields=Display
1111

config/alfresco/site-webscripts/org/alfresco/modules/dashlets/audit-application-config.get_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ audit.dashlet.config.label.valueFilter=Value Filter (Whole Match)
55
audit.dashlet.config.label.limit=Max Entry Count
66
audit.dashlet.config.label.rowsPerPage=Entries Per Page
77

8-
audit.dashlet.config.label.additionalQueryParams=Additional Query Params
8+
audit.dashlet.config.label.additionalQueryParams=Additional Query Parameters
99

1010
audit.dashlet.config.label.show_fields=Display
1111

source/web/components/dashlets/audit-application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 20010-2011 Alfresco Share Extras project
2+
* Copyright (C) 2010-2011 Alfresco Share Extras project
33
*
44
* This file is part of the Alfresco Share Extras project.
55
*

0 commit comments

Comments
 (0)