Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #51 from arnovr/spanish_text
Browse files Browse the repository at this point in the history
Spanish text
  • Loading branch information
arnovr committed Oct 29, 2014
2 parents 5515c0f + aada805 commit 06e65f8
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
An Activity chart over the last month;
An Activity chart with activities over the last months;
</description>
<version>3.2</version>
<version>3.3</version>
<licence>MIT</licence>
<author>Arno van Rossum, github:arnovr</author>
<requiremin>7</requiremin>
Expand Down
2 changes: 1 addition & 1 deletion appinfo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2
3.3
13 changes: 10 additions & 3 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
0.3.2:
3.3:
- Spanish text

3.2.1:
- French text
- Fixed graph displaying fullname instead of uid
- Fixed displaying full name in charts instead of uid

3.2:
- Made store versioning consistent with version within info.xml / version. Therefor hopping to version 3.
- Made info.xml and version identical numbers.

0.3.1:
3.1:
- Fixed: installation issue ( issue 41 on github )
- Fixed: Argument 3 passed to OCA\ocUsageCharts\Entity\Storage\StorageUsageRepository::findEntitiesBasedOnOrCreated() must be an instance of DateTime, null given, called in /lib/entity/storage/storageusagerepository.php on line 120....

Expand Down
2 changes: 1 addition & 1 deletion l10n/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"activities" => "Activities",
"ActivityUsagePerMonth" => "Activities per month",
"Activity_title" => "Activities"
);
);
11 changes: 9 additions & 2 deletions l10n/es.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<?php
$TRANSLATIONS = array(
"ocUsageCharts" => "Gráficos",

"Storage_title" => "Uso del Disco",
"StorageUsageLastMonth" => "Uso de disco el último mes",
"StorageUsagePerMonth" => "Uso promedio de disco por mes",
"StorageUsageCurrent" => "Uso actual de disco",
"DefaultChartSize" => "The charts will be shown in this size",
"DefaultChartSize" => "El gráfico se mostrará en este tamaño",
"sizes_kb" => "Kilobytes",
"sizes_mb" => "Megabytes",
"sizes_gb" => "Gigabytes",
"sizes_tb" => "Terabytes"
"sizes_tb" => "Terabytes",

"ActivityUsageLastMonth"=> "Actividad del último mes",
"activities" => "actividades",
"ActivityUsagePerMonth" => "Actividad por mes",
"Activity_title" => "Actividad"
);
2 changes: 1 addition & 1 deletion l10n/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"ActivityUsageLastMonth"=> "Activité - 30 derniers jours",
"activities" => "Activité",
"ActivityUsagePerMonth" => "Activité - Moyenne mensuelle",
);
);
2 changes: 1 addition & 1 deletion l10n/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"activities" => "Activiteiten",
"ActivityUsagePerMonth" => "Activiteiten per maand",
"Activity_title" => "Activiteiten"
);
);

0 comments on commit 06e65f8

Please sign in to comment.