Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins for ownCloud committed Sep 10, 2015
1 parent 8343f63 commit 79cea58
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ OC.L10N.register(
"tasks",
{
"Tasks" : "Aufgaben",
"Tasks app is unavailable because the calendar is not installed" : "Die Tasks App ist nicht verfügbar, weil der Kalender nicht installiert ist.",
"Due yesterday" : "Gestern fällig",
"Due today" : "Heute fällig",
"Due tomorrow" : "Morgen fällig",
Expand Down Expand Up @@ -65,6 +66,7 @@ OC.L10N.register(
"Add an item due today in \"%s\"..." : "Einen heute fälligen Eintrag in „%s“ hinzufügen…",
"Add an item in \"%s\"..." : "Einen Eintrag in „%s“ hinzufügen…",
"Add a current item in \"%s\"..." : "Einen aktuellen Eintrag in „%s“ hinzufügen…",
"Add a subtask to \"%s\"..." : "Füge eine Unteraufgabe zu \"%s\" hinzu...",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n erledigte Aufgabe","%n erledigte Aufgaben"],
"Set due date" : "Ablaufdatum setzen",
"%s %% completed" : "%s %% fertiggestellt",
Expand Down Expand Up @@ -93,6 +95,7 @@ OC.L10N.register(
"(New category)" : "(Neue Kategorie)",
"Select categories..." : "Kategorien auswählen...",
"Loading the task..." : "Laden der Aufgabe…",
"Task not found!" : "Aufgabe nicht gefunden!"
"Task not found!" : "Aufgabe nicht gefunden!",
"add a subtask to" : "Erstelle eine Unteraufgabe für"
},
"nplurals=2; plural=(n != 1);");
5 changes: 4 additions & 1 deletion l10n/de.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ "translations": {
"Tasks" : "Aufgaben",
"Tasks app is unavailable because the calendar is not installed" : "Die Tasks App ist nicht verfügbar, weil der Kalender nicht installiert ist.",
"Due yesterday" : "Gestern fällig",
"Due today" : "Heute fällig",
"Due tomorrow" : "Morgen fällig",
Expand Down Expand Up @@ -63,6 +64,7 @@
"Add an item due today in \"%s\"..." : "Einen heute fälligen Eintrag in „%s“ hinzufügen…",
"Add an item in \"%s\"..." : "Einen Eintrag in „%s“ hinzufügen…",
"Add a current item in \"%s\"..." : "Einen aktuellen Eintrag in „%s“ hinzufügen…",
"Add a subtask to \"%s\"..." : "Füge eine Unteraufgabe zu \"%s\" hinzu...",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n erledigte Aufgabe","%n erledigte Aufgaben"],
"Set due date" : "Ablaufdatum setzen",
"%s %% completed" : "%s %% fertiggestellt",
Expand Down Expand Up @@ -91,6 +93,7 @@
"(New category)" : "(Neue Kategorie)",
"Select categories..." : "Kategorien auswählen...",
"Loading the task..." : "Laden der Aufgabe…",
"Task not found!" : "Aufgabe nicht gefunden!"
"Task not found!" : "Aufgabe nicht gefunden!",
"add a subtask to" : "Erstelle eine Unteraufgabe für"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
5 changes: 4 additions & 1 deletion l10n/de.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Tasks" => "Aufgaben",
"Tasks app is unavailable because the calendar is not installed" => "Die Tasks App ist nicht verfügbar, weil der Kalender nicht installiert ist.",
"Due yesterday" => "Gestern fällig",
"Due today" => "Heute fällig",
"Due tomorrow" => "Morgen fällig",
Expand Down Expand Up @@ -64,6 +65,7 @@
"Add an item due today in \"%s\"..." => "Einen heute fälligen Eintrag in „%s“ hinzufügen…",
"Add an item in \"%s\"..." => "Einen Eintrag in „%s“ hinzufügen…",
"Add a current item in \"%s\"..." => "Einen aktuellen Eintrag in „%s“ hinzufügen…",
"Add a subtask to \"%s\"..." => "Füge eine Unteraufgabe zu \"%s\" hinzu...",
"_%n Completed Task_::_%n Completed Tasks_" => array("%n erledigte Aufgabe","%n erledigte Aufgaben"),
"Set due date" => "Ablaufdatum setzen",
"%s %% completed" => "%s %% fertiggestellt",
Expand Down Expand Up @@ -92,6 +94,7 @@
"(New category)" => "(Neue Kategorie)",
"Select categories..." => "Kategorien auswählen...",
"Loading the task..." => "Laden der Aufgabe…",
"Task not found!" => "Aufgabe nicht gefunden!"
"Task not found!" => "Aufgabe nicht gefunden!",
"add a subtask to" => "Erstelle eine Unteraufgabe für"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
1 change: 1 addition & 0 deletions l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ OC.L10N.register(
"tasks",
{
"Tasks" : "Attività",
"Tasks app is unavailable because the calendar is not installed" : "L'applicazione Attività non è disponibile poiché il calendario non è installato",
"Due yesterday" : "Scaduta ieri",
"Due today" : "Scade oggi",
"Due tomorrow" : "Scade domani",
Expand Down
1 change: 1 addition & 0 deletions l10n/it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ "translations": {
"Tasks" : "Attività",
"Tasks app is unavailable because the calendar is not installed" : "L'applicazione Attività non è disponibile poiché il calendario non è installato",
"Due yesterday" : "Scaduta ieri",
"Due today" : "Scade oggi",
"Due tomorrow" : "Scade domani",
Expand Down
1 change: 1 addition & 0 deletions l10n/it.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Tasks" => "Attività",
"Tasks app is unavailable because the calendar is not installed" => "L'applicazione Attività non è disponibile poiché il calendario non è installato",
"Due yesterday" => "Scaduta ieri",
"Due today" => "Scade oggi",
"Due tomorrow" => "Scade domani",
Expand Down

0 comments on commit 79cea58

Please sign in to comment.